EinhugurCoreBridge.NSObject
NSColorList
NSColorList (private) | This constructor is private since instances of this class can only be created with a shared method. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Editable | Returns true if the list is editable, else false. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
Name | Returns the name of the list. |
Insert | Inserts into the list |
Operator_Subscript | Returns NSColor by given key from the list. |
Operator_Subscript | Sets NSColor by a key. |
Release (Inherited) | Releases the NSObject. |
Remove | Removes color by the supplied key. |
Retain (Inherited) | Retains the NSObject |
shared WithName | Initializes NSColorList instance and returns the receiver, registering it under the given name if it isn’t in use already. |
Version = 5.0 (Inherited) |